AxisSystem
Methods
AxisSystem Det är en klass i Aspose.3d för Java.
AxisSystem kan byggas med ett CoordinateSysteme, en uppåt axel och en front axell och kan räkna en transformationsmatrix till ett annat Axsystem.
Methods
| Methods | Methods | Methods | Methods |
|---|---|---|---|
coordinateSystem | CoordinateSystem | Methods | Fastigheten innehar CoordinateSystem som definierar denna AxisSystems orientering |
up | Axis | Methods | Fastigheten representerar axeln som används som up-riktningen för detta AxisSystem. |
front | Axis | Methods |
Methods
| Methods | Methods |
|---|---|
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis) | Skapar ett nytt AxisSystem med det angivna koordinatsystemet, övre axeln och framsidan. |
getCoordinateSystem() → CoordinateSystem | Returnerar det samordningssystem som är associerat med detta axisystem |
getUp() → Axis | Återvänder axeln som definierar den up-riktningen av detta AxisSystem |
getFront() → Axis | Återvänder axeln som definierar den främre riktningen för detta AxisSystem |
transformTo(target: AxisSystem) → Matrix4 | Beräknar en Matrix4 som omvandlar koordinater från detta AxisSystem till målsystemet AxsSystems |
fromAssetInfo(assetInfo: AssetInfo) → AxisSystem | Skapar ett AxisSystem baserat på informationen i den angivna AssetInfo |