Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::PlanarManipulator::Fixed Struct Reference

Unchanging data set once for the planar manipulator. More...

#include <PlanarManipulator.h>

Public Attributes

AZ::Vector3 m_axis1
 m_axis1 and m_axis2 have to be orthogonal, they together define a plane in 3d space.
 
AZ::Vector3 m_axis2 = AZ::Vector3::CreateAxisY()
 
AZ::Vector3 m_normal = AZ::Vector3::CreateAxisZ()
 m_normal is calculated automatically when setting the axes.
 

Detailed Description

Unchanging data set once for the planar manipulator.

Member Data Documentation

◆ m_axis1

AZ::Vector3 AzToolsFramework::PlanarManipulator::Fixed::m_axis1
Initial value:
=
AZ::Vector3::CreateAxisX()

m_axis1 and m_axis2 have to be orthogonal, they together define a plane in 3d space.


The documentation for this struct was generated from the following file: