Sp3dFaceObj class

(en)An intermediate object for drawing Sp3dFace.

(ja)Sp3dFaceを描画するための中間オブジェクトです。

Author Masahide Mori

First edition creation date 2021-10-02 19:57:01

Constructors

Sp3dFaceObj(Sp3dObj obj, int objIndex, Sp3dFragment parent, int parentIndex, Sp3dFace face, int faceIndex, List<Sp3dV3D> vertices3d, List<Sp3dV2D> vertices2d, Sp3dV3D nsn, double camTheta, double dist)

Properties

camTheta double
final
dist double
final
face → Sp3dFace
final
faceIndex int
final
hashCode int
The hash code for this object.
no setterinherited
nsn → Sp3dV3D
final
obj → Sp3dObj
final
objIndex int
final
parent → Sp3dFragment
final
parentIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertices2d List<Sp3dV2D>
final
vertices3d List<Sp3dV3D>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited