Class CoordinateSystemConverter
座標軸を変更する座標変換器です。
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.CityExport.ModelConvert.SubMeshConvert
Assembly: cs.temp.dll.dll
Syntax
public class CoordinateSystemConverter : VertexConverterBase
Constructors
CoordinateSystemConverter(CoordinateSystem)
Declaration
public CoordinateSystemConverter(CoordinateSystem targetAxis)
Parameters
| Type | Name | Description |
|---|---|---|
| CoordinateSystem | targetAxis |
Properties
TargetAxis
Declaration
public CoordinateSystem TargetAxis { get; }
Property Value
| Type | Description |
|---|---|
| CoordinateSystem |
Methods
ConvertInner(Vector3)
Declaration
protected override Vector3 ConvertInner(Vector3 src)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | src |
Returns
| Type | Description |
|---|---|
| Vector3 |