Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Math.ISdkPlane3D Interface Reference

A plane in 3D space. More...

Inheritance diagram for Anark.CoreSdkApi.Math.ISdkPlane3D:
Anark.CoreSdkApi.Math.SdkPlane3D

Properties

ISdkVertex3D PointOnPlane [get]
 A point on the plane.
ISdkVector3D NormalVector [get]
 The plane normal.

Detailed Description

A plane in 3D space.

Property Documentation

◆ NormalVector

ISdkVector3D Anark.CoreSdkApi.Math.ISdkPlane3D.NormalVector
get

The plane normal.

Implemented in Anark.CoreSdkApi.Math.SdkPlane3D.

◆ PointOnPlane

ISdkVertex3D Anark.CoreSdkApi.Math.ISdkPlane3D.PointOnPlane
get

A point on the plane.

Implemented in Anark.CoreSdkApi.Math.SdkPlane3D.